home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / NETEL515.IN_ / netel515.inf
Encoding:
Windows Setup INFormation  |  1999-10-19  |  4.4 KB  |  143 lines

  1. ; NETEL515.INF
  2. ;
  3. ; Original Copyright 1995, 3Com Corp
  4. ;
  5. ; Copyright 1995-1997, Microsoft Corporation
  6. ;
  7.  
  8. [version]
  9. Signature   = "$Windows NT$"
  10. Class       = Net
  11. ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
  12. Provider    = %Msft%
  13. LayoutFile  = layout.inf
  14. DriverVer=10/19/1999,1.7.3.0
  15.  
  16. [Manufacturer]
  17. %V_3COM%=3COM
  18.  
  19. [ControlFlags]
  20. ExcludeFromSelect       = ISAPNP\TCM5051, \
  21.                           ISAPNP\TCM5151
  22.  
  23. [3COM]
  24. %pnpTCM5150.DeviceDesc% = pnpTCM5150.ndi, ISAPNP\TCM5051  ;3Com 3C515-TX
  25. %pnpTCM5151.DeviceDesc% = pnpTCM5151.ndi, ISAPNP\TCM5151  ;3Com 3C515-T4
  26. %*TCM5150.DeviceDesc%   = *TCM5150.ndi,   *TCM5051        ;3Com 3C515-TX (Legacy Mode)
  27. %*TCM5151.DeviceDesc%   = *TCM5151.ndi,   *TCM5151        ;3Com 3C515-T4 (Legacy Mode)
  28.  
  29. ; -------------------------------------------------------------------------
  30. ; 3Com Fast Etherlink ISA 10/100BASE-TX Network Card (3C515-TX)
  31. ;
  32. [pnpTCM5150.ndi]
  33. Characteristics = 0x84
  34. BusType         = 14
  35. AddReg          = 3C515.reg, 3C515.params
  36. CopyFiles       = 3C515.CopyFiles
  37.  
  38. [pnpTCM5150.ndi.Services]
  39. AddService      = 3C515, 2, 3C515.Service, 3C515.EventLog
  40.  
  41. ; -------------------------------------------------------------------------
  42. ; 3Com Fast Etherlink ISA 10/100BASE-T4 Network Card (3C515-T4)
  43. ;
  44. [pnpTCM5151.ndi]
  45. Characteristics = 0x84
  46. BusType         = 14
  47. AddReg          = 3C515.reg, 3C515.params
  48. CopyFiles       = 3C515.CopyFiles
  49.  
  50. [pnpTCM5151.ndi.Services]
  51. AddService      = 3C515, 2, 3C515.Service, 3C515.EventLog
  52.  
  53. ; -------------------------------------------------------------------------
  54. ; 3Com Fast Etherlink ISA 10/100BASE-TX Network Card (3C515-TX in Legacy Mode)
  55. ;
  56. [*TCM5150.ndi]
  57. Characteristics = 0x84
  58. BusType         = 1
  59. AddReg          = 3C515.reg, 3C515.params
  60. CopyFiles       = 3C515.CopyFiles
  61. LogConfig       = Shared.LogConfig
  62.  
  63. [*TCM5150.ndi.Services]
  64. AddService      = 3C515, 2, 3C515.Service, 3C515.EventLog
  65.  
  66. ; -------------------------------------------------------------------------
  67. ; 3Com Fast Etherlink ISA 10/100BASE-T4 Network Card (3C515-T4 in Legacy Mode)
  68. ;
  69. [*TCM5151.ndi]
  70. Characteristics = 0x84
  71. BusType         = 1
  72. AddReg          = 3C515.reg, 3C515.params
  73. CopyFiles       = 3C515.CopyFiles
  74. LogConfig       = Shared.Logconfig
  75.  
  76. [*TCM5151.ndi.Services]
  77. AddService      = 3C515, 2, 3C515.Service, 3C515.EventLog
  78.  
  79. [Shared.Logconfig]
  80. IOConfig  = 20@200-3FF%FFF0(3FF::)
  81. IRQConfig = 3,5,7,9,10,11,12,15
  82. DMAConfig = 3,5,6,7
  83.  
  84. ; -------------------------------------------------------------------------
  85. ; 3C515-TX registry
  86. ;
  87. [3C515.reg]
  88. HKR, Ndi,                       Service,       0, "3C515"
  89. HKR, Ndi\Interfaces,            UpperRange,    0, "ndis5"
  90. HKR, Ndi\Interfaces,            LowerRange,    0, "ethernet"
  91.  
  92. [3C515.params]
  93. HKR,Ndi\params\BusMaster,    ParamDesc,     0, %BusMaster%
  94. HKR,Ndi\params\BusMaster,    default,       0, "YES"
  95. HKR,Ndi\params\BusMaster,    type,           0, "enum"
  96. HKR,Ndi\params\BusMaster\enum,    YES,           0, %YES%
  97. HKR,Ndi\params\BusMaster\enum,    NO,           0, %NO%
  98.  
  99. ; -------------------------------------------------------------------------
  100. ; 3C515 Driver and Service Section
  101. ;
  102. [3C515.Service]
  103. DisplayName     = %3C515.Service.DispName%
  104. ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
  105. StartType       = 3 ;%SERVICE_DEMAND_START%
  106. ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
  107. ServiceBinary   = %12%\EL515.sys
  108. LoadOrderGroup  = NDIS
  109.  
  110. [3C515.CopyFiles]
  111. EL515.sys,,,2
  112.  
  113. [3C515.EventLog]
  114. AddReg = 3C515.AddEventLog.reg
  115.  
  116. [3C515.AddEventLog.reg]
  117. HKR,, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  118. HKR,, TypesSupported,   0x00010001, 7
  119.  
  120. ; -------------------------------------------------------------------------
  121. ; Destination Dirs
  122. ;
  123. [DestinationDirs]
  124. 3C515.CopyFiles    = 12
  125.  
  126. ;-----------------------------------------------------------------------------
  127. ; Localizable Strings
  128. ;
  129. [Strings]
  130. Msft                    = "Microsoft"
  131. V_3COM                  = "3Com"
  132.  
  133. BusMaster               = "BusMaster"
  134. YES                     = "Yes"
  135. NO                      = "No"
  136.  
  137. pnpTCM5150.DeviceDesc   = "3Com Fast EtherLink ISA 100BaseTX Adapter (3C515-TX)"
  138. pnpTCM5151.DeviceDesc   = "3Com Fast EtherLink ISA 100BaseT4 Adapter (3C515-T4)"
  139. *TCM5150.DeviceDesc     = "3Com Fast EtherLink ISA 100BaseTX Adapter (3C515-TX in Legacy Mode)"
  140. *TCM5151.DeviceDesc     = "3Com Fast EtherLink ISA 100BaseT4 Adapter (3C515-T4 in Legacy Mode)"
  141.  
  142. 3C515.Service.DispName  = "3Com Fast EtherLink ISA Adapter Driver"
  143.